home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000339_news@columbia.edu_Sun May 7 18:43:13 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA26913
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 8 May 1995 09:52:49 -0400
  3. Received: by apakabar.cc.columbia.edu id AA15146
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 8 May 1995 09:52:47 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!uhog.mit.edu!bloom-beacon.mit.edu!spool.mu.edu!torn!nott!nrcnet0.nrc.ca!ratilal
  6. From: Bradley Pick <BPICK@cisti.lan.nrc.ca>
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Reading and Writing Line by Line
  9. Date: 7 May 1995 18:43:13 GMT
  10. Organization: National Research Council, Canada
  11. Lines: 15
  12. Message-Id: <3oj4c1$51e@nrcnet0.nrc.ca>
  13. Nntp-Posting-Host: ws55.cisti.nrc.ca
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. Using Ms-dos kermit 3.14 I have a script that reads specific lines 
  17. from one file and then writes it to second file line by line. 
  18. Sometimes my main text file will contain lines that end with a 
  19. hyphen ("-") and as a result when I start to read and write the lines
  20. one by one I get an error when I encounter any lines that end with
  21. a hyphen (-) The error say "TEXT EXCEEDED AVAILABLE BUFFER CAPACITY" 
  22. "WORD XXXX IS NOT USABLE HERE". I know that the hypen means to treat 
  23. the line and the line below it as one continuing line. But how do I 
  24. tell kermit to ignore what that hypen(-) means and to treat each line 
  25. individually so I can read line by line. 
  26.  
  27. Thanks 
  28. Brad
  29.  
  30.